Skip to content

[3.15] gh-156219: Fix Argument Clinic for an optional argument with **kwds (GH-156220) - #156222

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-4b9a1ca-3.15
Open

[3.15] gh-156219: Fix Argument Clinic for an optional argument with **kwds (GH-156220)#156222
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-4b9a1ca-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

The generated code read an optional positional argument even if it was
not passed.
(cherry picked from commit 4b9a1ca)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…kwds (pythonGH-156220)

The generated code read an optional positional argument even if it was
not passed.
(cherry picked from commit 4b9a1ca)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants